summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-splitSVN Migration1999-09-2659-19892/+0
|
* Build communication channel and add checks for C++ librarySascha Schumann1999-09-262-1/+50
|
* - Changed Ts{}.var to Ts{}.var.ptr_ptr.Andi Gutmans1999-09-263-39/+41
|
* Add _ex API implementation for booleans.Sascha Schumann1999-09-241-0/+8
|
* Exify the standardized resource stuffZeev Suraski1999-09-242-8/+10
|
* - Fix bug #2364.Andi Gutmans1999-09-231-4/+5
| | | | | | I haven't checked all of the conversion macros yet but there's a change there are more such bugs there.
* Fix vpath build w/ thread-safe enabled on Unix.Sascha Schumann1999-09-231-0/+1
|
* preliminary fix for each until andi & zeev clean up!Thies C. Arntzen1999-09-221-1/+3
|
* if you pass NULL as the resource_type_name to zend_fetch_resource*&friends ↵Thies C. Arntzen1999-09-221-3/+6
| | | | the functions will not print any warnings if the resource is not found!
* - Fix problem where function parameter fetches were created too late.Andi Gutmans1999-09-211-3/+7
|
* Add get_func_args()Zeev Suraski1999-09-211-10/+45
|
* *** empty log message ***Zeev Suraski1999-09-211-10/+10
|
* - Move some more Zend internal functions from PHPAndi Gutmans1999-09-201-0/+155
|
* - Next part of locking fix.Andi Gutmans1999-09-201-13/+13
| | | | | | $var = expr; and $var += expr; first create code for expr and later on for the fetch_w of $var.
* - Newline for Sun's compilerAndi Gutmans1999-09-201-1/+1
|
* - Add some internal functions to ZendAndi Gutmans1999-09-202-0/+131
|
* - First step in fixing locking problem. Array fetches are now always done last.Andi Gutmans1999-09-203-45/+64
| | | | | | | Later on we will want to delay the write fetches even longer until after their resulting expression is parsed. The way it is now, will make it very easy to delay as long as we need.
* - Indirect references had all of the fetches by mistakenly backpatched.Andi Gutmans1999-09-202-5/+14
| | | | | | Actually all of the fetches are supposed to be read, except for the last one.
* Added zend_num_args() and zend_get_arg()Zeev Suraski1999-09-203-4/+81
|
* Add a file in which we can put Zend builtin functionsZeev Suraski1999-09-204-1/+72
|
* - Try to fix the leak Rasmus reported. It's pretty sucky code so I'm reallyAndi Gutmans1999-09-181-5/+8
| | | | | not sure this fix is OK.I can't remember all of what we did there.
* Safer behaviorZeev Suraski1999-09-181-1/+4
|
* make SUNs c89 happyThies C. Arntzen1999-09-171-4/+3
|
* no // in the sources pleaseThies C. Arntzen1999-09-171-1/+1
|
* added newline at end of fileThies C. Arntzen1999-09-171-1/+2
|
* - Fix bug #2318Zeev Suraski1999-09-171-0/+1
|
* Introduce convert_to_*_ex()Zeev Suraski1999-09-161-0/+40
|
* this helps compiling on non-ANSI C compliant platformsSascha Schumann1999-09-161-0/+2
|
* Make sure HAVE_LIBDL gets defined.Stig S. Bakken1999-09-132-0/+4
| | | | | Disable more C++ tests when not configured for thread safety.
* Make this class instanciatableZeev Suraski1999-09-121-1/+1
|
* check for c++ only, if thread safety is enabledSascha Schumann1999-09-121-0/+2
|
* Shut up a warningZeev Suraski1999-09-101-0/+3
|
* - Add foreach() freeing code.Andi Gutmans1999-09-094-12/+68
| | | | | | | - Fix switch() freeing code to only free current function's switch expressions. - I have a feeling break expr; in a switch where expr > 1 leaks because it won't free all of the expressions. Fix is probably not trivial.
* - Fix leak when decrementing strings which actually are longs.Andi Gutmans1999-09-091-0/+1
|
* - Fix for floating point array offsets. Same behaviour as in PHP 3.0. WeAndi Gutmans1999-09-081-8/+12
| | | | | casted to (long).
* - Add -b option to flex++Andi Gutmans1999-09-082-6/+6
|
* define tests first, use after.Stig S. Bakken1999-09-071-14/+14
|
* - Fix win32 compileAndi Gutmans1999-09-061-1/+1
|
* - Make zend compile again in Win32.Andi Gutmans1999-09-061-0/+1
|
* hand-patched some MSVC filesStig S. Bakken1999-09-063-18/+18
|
* * header file cleanupStig S. Bakken1999-09-0616-139/+157
| | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there?
* - OopsAndi Gutmans1999-09-051-0/+89
|
* - Shift around header files.Andi Gutmans1999-09-056-73/+14
|
* Fix a stupid bug (from stefan@roehri.ch)Zeev Suraski1999-09-041-1/+1
|
* Damn, forgot to commit thatZeev Suraski1999-09-031-0/+6
|
* Add new API for resourcesZeev Suraski1999-09-033-3/+58
|
* Add global startup/shutdown functionsSascha Schumann1999-09-031-1/+5
|
* Revert the IS_RESOURCE patch. It had some unintended behavior.Zeev Suraski1999-09-031-20/+2
|
* Let $GLOBALS actually work...Zeev Suraski1999-09-031-1/+3
|
* Release resources when converting to other types (fix Thies's reported problem)Zeev Suraski1999-09-031-91/+111
|