php-src/win32
Dmitry Stogov af600c240d Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_scalar_exprs
* 'const_scalar_exprs' of github.com:bwoebi/php-src:
  Removed operations on constant arrays. They make no sense as constants are not allowed to be arrays. And as just properties are allowed to; no problem, we still don't need operations on any constant array.
  Added a few more operators
  Whitespace fix
  converted several switches to ifs and made more opcache friendly
  Fatal error about self referencing constants fixed
  Fixed mem leaks, added tests and ternary operator
  Working commit for constant scalar expressions (with constants). Tests will follow.

Conflicts:
	Zend/Makefile.am
	configure.in
	win32/build/config.w32
2013-11-06 15:41:33 +04:00
..
build Merge branch 'const_scalar_exprs' of github.com:bwoebi/php-src into const_scalar_exprs 2013-11-06 15:41:33 +04:00
builddef.bat
EngineSelect.bat
EngineSelect.dsp
flock.c
flock.h
fnmatch.c
fnmatch.h
glob.c typo fixes (accommodate, parameter) 2013-06-10 13:36:03 -07:00
glob.h
globals.c Backported patch for #64370 2013-03-15 19:04:40 +01:00
grp.h Happy New Year 2013-01-01 16:37:09 +08:00
inet.c Remove some pre-vista code 2013-02-02 16:38:09 +01:00
inet.h Remove some pre-vista code 2013-02-02 16:38:09 +01:00
install.txt Remove PWS (Personal Web Server) references 2013-07-15 00:38:29 -07:00
param.h
php5.dsp
php5.dsw
php5dll.dsp Removed Logo GUIDs and replaced with Data URIs and div hidden with JS 2012-07-14 21:44:21 +01:00
php5dllts.dsp Removed Logo GUIDs and replaced with Data URIs and div hidden with JS 2012-07-14 21:44:21 +01:00
php5dllts.rc
php5dllts.rc2
php5ts_cli.dsp
php5ts_cli.rc
php5ts_cli.rc2
php5ts.dsp
php5ts.dsw
php5ts.rc
php5ts.rc2
php_inttypes.h better way to fix PRIu64 availability on windows 2013-09-18 15:14:36 +02:00
php_modules.dsw
php_registry.h
php_stdbool.h
php_stdint.h
php_strtoi64.h
php_win32_globals.h Backported patch for #64370 2013-03-15 19:04:40 +01:00
readdir.c - Fixed possible memory leak 2013-10-12 18:06:20 -03:00
readdir.h
registry.c Fixed uninitialized zval.type (Yoram) 2013-01-10 18:53:10 +04:00
resource.h
select.c Fixed bug #65268 select() implementation uses outdated tick API 2013-07-18 18:01:51 +02:00
select.h Happy New Year 2013-01-01 16:37:09 +08:00
sendmail.c typo fixes 2013-07-15 00:23:03 -07:00
sendmail.h
signal.h Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
sockets.c Fixed stream_socket_pair() on Windows x64 and 2013-04-22 18:55:32 +02:00
sockets.h Happy New Year 2013-01-01 16:37:09 +08:00
strtoi64.c
syslog.h Happy New Year 2013-01-01 16:37:09 +08:00
syslog.reg
testsuite.dsp
time.c Fixed possible precision loss in microtime 2013-03-23 17:40:06 +01:00
time.h add usleep() to the header, already exported to dll 2013-07-10 16:16:33 +02:00
unistd.h
winutil.c Happy New Year 2013-01-01 16:37:09 +08:00
winutil.h Happy New Year 2013-01-01 16:37:09 +08:00
wsyslog.c