summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Return the exit status from php_execute_script()Sascha Schumann2000-11-222-4/+7
|
* removing '{' was certainly not intendedSascha Schumann2000-11-221-1/+1
|
* Don't access opt, if opt was not set.Sascha Schumann2000-11-221-3/+3
|
* Whitespace fix and initialize ret properlySascha Schumann2000-11-221-9/+9
|
* ChangeLog update2000-11-221-0/+78
|
* NEWS update2000-11-221-0/+4
|
* some more info on the ctype extensionHartmut Holzgraefe2000-11-223-0/+12
|
* an experimental extension providing the C ctype function familyHartmut Holzgraefe2000-11-227-0/+842
|
* Fix buildZeev Suraski2000-11-212-6/+7
|
* - The baby patch wasn't that innocent :)Andi Gutmans2000-11-211-1/+0
|
* Sterling's patch to make get_defined_vars() simpler and better.Andrei Zmievski2000-11-211-36/+4
|
* Major rework of the basic api which provides:Sterling Hughes2000-11-212-160/+440
| | | | | | | | | | | | | | | | | | | - All Sablotron errors are now caught meaning nothing is ever outputted directly to the screen allowing you to catch all errors. - A mechanism is provided for you to have an error function which recieves all sablotron errors. - All of the basic functions re-use a single processor increasing performance (especially with high loads). - Added a bunch of comments, more to come (this way other people can easily modify my source). @ Added the xslt_set_error_handler() function to the Sablotron extension. @ (Sterling) @ Improved Sablotron's error handling system allowing you to catch all @ errors before they are outputted to the screen. (Sterling)
* Fix bug #7034foobar2000-11-211-0/+1
|
* make HAVE_FOPENCOOKIE available for other extensions besides zlibHartmut Holzgraefe2000-11-212-39/+40
|
* added .cvsignore files for tests directoriesHartmut Holzgraefe2000-11-210-0/+0
|
* fix PDF image open under Win32Daniel Beulshausen2000-11-211-5/+20
|
* Adding php.ini value to set default batch size for mssql extensionFrank M. Kromann2000-11-213-0/+3
|
* Adding new functions, mssql_affected_rows and mssql_fetch_batch.Frank M. Kromann2000-11-212-29/+119
| | | | | Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats.
* ChangeLog update2000-11-211-0/+125
|
* # a minor change, but still important :)Hartmut Holzgraefe2000-11-211-2/+1
|
* all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.cHartmut Holzgraefe2000-11-214-86/+109
| | | | | so all the #define/#include workarounds in zlib.c are no longer needed
* Adding credits.c to project to allow compilation.Frank M. Kromann2000-11-201-0/+4
|
* removing compiler warning by including credits.hFrank M. Kromann2000-11-201-0/+1
|
* fixed a compile problem with glibc<=2.1.1 (#7327, #7892)Hartmut Holzgraefe2000-11-202-2/+41
| | | | | | | # zlib.c still produces a warning, perhaps i should move # the fopen wrapper to a seperate file to get things right # but i think i will wait for the autoconf book to arrive
* - NEVER copy and paste :)Andi Gutmans2000-11-201-1/+1
|
* - Baby patch towards making the damn pass-by-ref work.Andi Gutmans2000-11-202-1/+9
|
* Fixed typo. #6933foobar2000-11-201-1/+1
|
* Revert.Sterling Hughes2000-11-201-2/+0
|
* Update API numberZeev Suraski2000-11-201-1/+1
|
* Move "replace value" logic to ZendStanislav Malyshev2000-11-201-13/+3
|
* Add macro to replace value of zval with another value while preservingStanislav Malyshev2000-11-201-0/+15
| | | | | referencing structure
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-2084-0/+157
|
* first step towards auto-generated creditsHartmut Holzgraefe2000-11-207-148/+207
|
* - This patch is broken and needs more thorough fixing.Andi Gutmans2000-11-201-8/+0
|
* ChangeLog update2000-11-201-0/+24
|
* - Try and fix the problem when sending references returned from a function ↵Andi Gutmans2000-11-191-0/+8
| | | | by reference.
* typo fix (copy/paste bug?)Hartmut Holzgraefe2000-11-191-1/+1
|
* *** empty log message ***Sterling Hughes2000-11-191-0/+2
|
* *** empty log message ***Sterling Hughes2000-11-191-1/+3
|
* Fix #3261 - variables declared as "global" in function do not get the rightStanislav Malyshev2000-11-191-5/+26
| | | | | value after session_start.
* Fix Zend build for non ZTSZeev Suraski2000-11-191-0/+3
|
* Patch to find module dirDavid Hedbor2000-11-192-2/+2
|
* include checks for cal_misc.h and icalroutines.hChuck Hagenbuch2000-11-191-0/+8
|
* ChangeLog update2000-11-191-0/+31
|
* Added .cvsignore file.Adam Dickmeiss2000-11-180-0/+0
|
* Stopping Compile Warnings when using old GDJames Moore2000-11-181-0/+2
|
* Persist these numbers so that they stay for the duration of the entire processZeev Suraski2000-11-181-0/+8
|
* Forgot to commit the non-debug build fix yesterday...Zeev Suraski2000-11-181-6/+2
|
* Fix thread-safety bug in bcmathZeev Suraski2000-11-182-10/+20
|
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-1812-12/+13
| | | | | Enable thread-safety memory debugging in ISAPI when in debug mode