3072 Commits (ebddd16c75c076cfdd1843a795604d2896ef6442)
 

Author SHA1 Message Date
Zeev Suraski adec56938e Fixes 26 years ago
Zeev Suraski e6ba28b680 Fix an elusive bug 26 years ago
Zeev Suraski c3677ca907 Add some order... 26 years ago
Zeev Suraski 92633067af Indentation fixes 26 years ago
Andi Gutmans af2ef0830a - Optimize zend_hash_del a tiny bit. 26 years ago
Andi Gutmans aa73f6b68f - Hopefully fix the hash problem. 26 years ago
Andreas Karajannis 2b6d84ff37 Fix for wrong library ordering with adabas 26 years ago
Andi Gutmans 7271c050a3 - Hrm I'm not concentrating 26 years ago
Andi Gutmans 99783fe795 - Actually the destructor should run after the data is already detached 26 years ago
Andi Gutmans d3690efffe - Rollback hash_apply and friends. They assume now that hash_del is reentrant 26 years ago
Andi Gutmans b7b97df93f - Run destructor before the hash structure is modified, thus, making 26 years ago
Andi Gutmans 58fb1a3922 - Undo a bug we introduced. (Another one out there). 26 years ago
Sam Ruby e6c203832e First step to restoring the ability to build Java support on Unix: 26 years ago
Thies C. Arntzen fb6a1b8b83 RETURN_NULL -> RETURN_NULL() // we don't want macros without an argumnet 26 years ago
Zeev Suraski 4b006cb8b0 This doesn't seem to be necessary, and causes a leak in case of output_buffering=on 26 years ago
Zeev Suraski 549cf0381a Leak fix 26 years ago
Zeev Suraski f6ac18841d Make the phpinfo() images work properly again 26 years ago
Thies C. Arntzen cd377b646d RETURN_NULL & RETVAL_NULL don't need (). 26 years ago
Thies C. Arntzen c6df8ab565 @- Ora_GetColumn()/Ora_FetchInto() now return NULL for NULL-Columns. (Thies) 26 years ago
Zeev Suraski df138c2e2f - MS-SQL fix 26 years ago
Thies C. Arntzen bbe2172c38 use defines 26 years ago
Zeev Suraski 19d978d1c7 Get rid of the IsPointer functionality in the hash. 26 years ago
Zeev Suraski a965dc5b40 - Fixes a newly introduced bug in the hash 26 years ago
Zeev Suraski 62114c1806 Destructors no longer return ints, the low level problem it was intended to solve is long gone now... 26 years ago
Zeev Suraski ec386cc9fd - Remove the pre-request-shutdown hooks, they should no longer be necessary. 26 years ago
Zeev Suraski ee08b81aab - Make zend_hash_apply() (and friends) reentrant and much, much quicker 26 years ago
Zeev Suraski 97e1ad136a Fix 26 years ago
Zeev Suraski 2dea694ab4 Remove the post-startup callback support. Modules are now started only after 26 years ago
Zeev Suraski dc0e663241 Allow module startup to be separate from the compiler/executor startup 26 years ago
Thies C. Arntzen 4352cb55f1 move call to php_execute_pre_request_shutdown() into php_request_shutdown() 26 years ago
Thies C. Arntzen 8950aa75c4 @- OCI8 now supports binding of NULL-values. Module cleanups. (Thies) 26 years ago
Thies C. Arntzen 83097f136a fixes #3220, #3221 finally 26 years ago
Thies C. Arntzen 437e396455 nother go on #3220, #3221 26 years ago
Thies C. Arntzen 840697c69b hopfully fixes #3220, #3221 26 years ago
Thies C. Arntzen bd375505f7 make the ht->inconsistent stuff less ugly:) 26 years ago
Andrei Zmievski 3e5dc58f35 (wddx_stack_destroy) Properly free the dangling varname. 26 years ago
Zeev Suraski caaeb9ff12 Fix a bug in call_user_function_ex() 26 years ago
Andrei Zmievski 878906fbb8 Another idea I had today. 26 years ago
Andrei Zmievski 2fc0dac01e (php_sockwait_for_data) timeout is not assigned yet, so check the right one. 26 years ago
Sascha Schumann 44a712d810 (php_sockwait_for_data) clean up 26 years ago
Andrei Zmievski bfc85c288a Fix prototype. 26 years ago
Andrei Zmievski 4423bf9d10 Added ability to set timeout on socket read operations. New function 26 years ago
Zeev Suraski a0591b32c7 Fix logic 26 years ago
Zeev Suraski 470fe972f5 Added support for $foo->{$bar}["foobar"] notation (was supported in PHP 3) 26 years ago
Sascha Schumann b83739945e Initialize flag correctly 26 years ago
Zeev Suraski 259c05829b Compile fixes for ZTS 26 years ago
Thies C. Arntzen c93a189028 if ZEND_DEBUG mode is on we'll now see warnings when a HashTable is accessed 26 years ago
Thies C. Arntzen bf4d20aaa8 just add a remark. zend_hash_apply can & will cause problems here unless 26 years ago
Thies C. Arntzen b42603eee6 in an rshutdown function we should not access the regular_list like this. 26 years ago
Sascha Schumann c7667cec62 Initialize/destroy hook lists implicitly. 26 years ago