Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tweak the INSTALL document a little bit | Sascha Schumann | 1999-09-10 | 1 | -14/+15 | |
| | ||||||
* | pass flag correctly to linker | Sascha Schumann | 1999-09-10 | 1 | -1/+1 | |
| | ||||||
* | - better use of scoping | Sascha Schumann | 1999-09-10 | 3 | -5/+19 | |
| | | | | | - support Solaris 2.x | |||||
* | Workaround for m4 weirdness. | Andrey Hristov | 1999-09-10 | 1 | -1/+1 | |
| | ||||||
* | lets not go down that road..were onyl going to use the internal event ↵ | Mark Musone | 1999-09-10 | 1 | -121/+2 | |
| | | | | structure. No passing objects | |||||
* | wrong preprocessor command | Mark Musone | 1999-09-10 | 1 | -1/+1 | |
| | ||||||
* | ported the php3 stuff to php4. This module should work intechangably between ↵ | Mark Musone | 1999-09-10 | 2 | -286/+1121 | |
| | | | | the two versions also | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-10 | 1 | -1/+1 | |
| | ||||||
* | Shut up a warning | Zeev Suraski | 1999-09-10 | 1 | -0/+3 | |
| | ||||||
* | - wrong use of php_print corrected | Uwe Steinmann | 1999-09-10 | 1 | -2/+2 | |
| | ||||||
* | Lost functionality in earlier fix... That should really work. | Zeev Suraski | 1999-09-10 | 1 | -2/+4 | |
| | ||||||
* | That should do the trick (untested) | Zeev Suraski | 1999-09-10 | 1 | -8/+3 | |
| | ||||||
* | my bad, sorry | Mark Musone | 1999-09-10 | 1 | -1/+0 | |
| | ||||||
* | fixed memory leak | Mark Musone | 1999-09-10 | 1 | -0/+1 | |
| | ||||||
* | - Add foreach() freeing code. | Andi Gutmans | 1999-09-09 | 4 | -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. | |||||
* | - Add mcal to TS project. It seems that mcal needs to be patched a bit in | Andi Gutmans | 1999-09-09 | 1 | -0/+8 | |
| | | | | | order to work TSRM. Right now it has globals. | |||||
* | - Fix leak when decrementing strings which actually are longs. | Andi Gutmans | 1999-09-09 | 1 | -0/+1 | |
| | ||||||
* | forgot to change prototype | Uwe Steinmann | 1999-09-09 | 1 | -1/+1 | |
| | ||||||
* | pdf_setfont got optional parameter to embed fonts | Uwe Steinmann | 1999-09-09 | 1 | -9/+23 | |
| | ||||||
* | - Fix for floating point array offsets. Same behaviour as in PHP 3.0. We | Andi Gutmans | 1999-09-08 | 1 | -8/+12 | |
| | | | | | casted to (long). | |||||
* | Remove extraneous debug dlerror() call which results in the subsequent | Andrey Hristov | 1999-09-08 | 1 | -1/+0 | |
| | | | | | dlerror() returning NULL. | |||||
* | - Add -b option to flex++ | Andi Gutmans | 1999-09-08 | 2 | -6/+6 | |
| | ||||||
* | remove -Wl,--version-script from RPATHS, put it into a separate | Gergely Madarász | 1999-09-08 | 2 | -3/+5 | |
| | | | | | variable | |||||
* | Be consistent. | Danny Heijl | 1999-09-08 | 1 | -1/+1 | |
| | ||||||
* | - add posibility to specify how objrec to objarr conversion | Uwe Steinmann | 1999-09-08 | 1 | -88/+59 | |
| | | | | | is performed (not ready yet) | |||||
* | add versioning support | Sascha Schumann | 1999-09-08 | 3 | -0/+12 | |
| | ||||||
* | Correct compiler warning. | Jakub Skopal | 1999-09-08 | 1 | -1/+1 | |
| | ||||||
* | - Update non-threadsafe project file | Andi Gutmans | 1999-09-07 | 1 | -4/+4 | |
| | ||||||
* | - Fix warnings and win32 compile | Andi Gutmans | 1999-09-07 | 2 | -3/+3 | |
| | ||||||
* | Here you go, Egon. | Andrey Hristov | 1999-09-07 | 1 | -2/+3 | |
| | ||||||
* | Fixed behavior with empty doc_root. | Stefan Roehrich | 1999-09-07 | 1 | -83/+10 | |
| | | | | | gzgetss() now uses _php3_strip_tags. | |||||
* | Add thread-safety notice here. The solution is using gethostbyname_r, | Stig Bakken | 1999-09-07 | 1 | -0/+1 | |
| | | | | | | | | | but it seems that it takes different parameters on Solaris and Linux. ;-P We should probably make a wrapper function, and make a configure test that checks if there is a reentrant version available, and if not protect gethostbyname and similar calls with a mutex until the results have been copied. Ugly. | |||||
* | Added second parameter to array_keys() which allows returning keys | Andrey Hristov | 1999-09-07 | 2 | -20/+36 | |
| | | | | | only for a specific value in an array. | |||||
* | Kill compiler warning. | Andrey Hristov | 1999-09-07 | 1 | -1/+1 | |
| | ||||||
* | Shut up, CVS. | Andrey Hristov | 1999-09-07 | 0 | -0/+0 | |
| | ||||||
* | Kill warnings. | Andrey Hristov | 1999-09-07 | 1 | -2/+2 | |
| | ||||||
* | - uniqid() used the additional parameter even if it was not provided | Uwe Steinmann | 1999-09-07 | 1 | -1/+1 | |
| | | | | | this caused an segm fault. fixed it. | |||||
* | define tests first, use after. | Stig S. Bakken | 1999-09-07 | 1 | -14/+14 | |
| | ||||||
* | A couple of BoundsChecker fixes | Zeev Suraski | 1999-09-06 | 2 | -3/+10 | |
| | ||||||
* | - Fix win32 compile | Andi Gutmans | 1999-09-06 | 1 | -1/+1 | |
| | ||||||
* | - Should fix Win32 compile | Andi Gutmans | 1999-09-06 | 1 | -1/+1 | |
| | ||||||
* | - Make zend compile again in Win32. | Andi Gutmans | 1999-09-06 | 1 | -0/+1 | |
| | ||||||
* | File should here be string. | Egon Schmid | 1999-09-06 | 1 | -1/+1 | |
| | ||||||
* | Forgot to update ChangeLog | Danny Heijl | 1999-09-06 | 1 | -0/+1 | |
| | ||||||
* | Removed remaining PHP_31 defines. | Stefan Roehrich | 1999-09-06 | 2 | -106/+69 | |
| | | | | | First try with ZTS support, can someone with a working ZTS enabled setup test this, please? | |||||
* | Enabled shared build of gd module | Gergely Madarász | 1999-09-06 | 3 | -14/+84 | |
| | ||||||
* | ignore zend-scanner.cc | Stig S. Bakken | 1999-09-06 | 0 | -0/+0 | |
| | ||||||
* | hand-patched some MSVC files | Stig S. Bakken | 1999-09-06 | 3 | -18/+18 | |
| | ||||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 16 | -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? | |||||
* | Workaround to prevent TSRM from defining PACKAGE and VERSION. | Stig S. Bakken | 1999-09-06 | 3 | -8/+16 | |
| | | | | | No longer using autoheader. |