1999-09-26 |
Sascha Schumann | Expand relative paths properly, otherwise build... |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Sascha Schumann | Do nothing, if PHP_RPATHS is empty. |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Sascha Schumann | Disable rpaths optionally. |
commit | commitdiff | tree | snapshot |
1999-09-26 |
Andi Gutmans | - Changed Ts{}.var to Ts{}.var.ptr_ptr. |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | * Use per-thread structure for request data |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | Do not try to free NULLs. |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | * use faster Ns_ConnWrite() |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | * cleanup |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Thies C. Arntzen | fixed callback code -> now $parser is passed as a resource! |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | * use consistent php_ns prefix |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | Add entry for AOLserver. |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | * remove debugging message |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | New Zend API |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | Use new Zend API |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Andreas Karajannis | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Andreas Karajannis | odbc now uses the new Zend function api |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Stefan Roehrich | Use new Zend API. |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | - support POST and HEAD requests |
commit | commitdiff | tree | snapshot |
1999-09-25 |
Sascha Schumann | Initial AOLserver support. Note that the current... |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Andrey Hristov | - Updated array functions to use high-performance API |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Sascha Schumann | PTHREADS is a custom symbol |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Sascha Schumann | Additionally check libc_r (*BSD) for pthread functions |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Andrey Hristov | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Andrey Hristov | Update to new high-performance function API. |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Sascha Schumann | Use new Zend API. |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Sascha Schumann | Add _ex API implementation for booleans. |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Sascha Schumann | Use new Zend API and some minor cleanup. |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Andrey Hristov | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Andrey Hristov | Extended var_dump to handle IS_RESOURCE somewhat. |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Andrey Hristov | Update WDDX for new high-performance function API. |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Thies C. Arntzen | we want to know who to "blame";-) |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Thies C. Arntzen | updated XML (only partly tested) |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Stig Bakken | more high-tech shared building |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Stig Bakken | kill another warning |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Stig Bakken | kill warning |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Stig Bakken | set "phplibdir" in configure so it doesn't have to... |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Thies C. Arntzen | use getParameterEx |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Stig Bakken | #if !HAVE_FOO -> #ifndef HAVE_FOO |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Stig Bakken | AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which... |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Stig Bakken | Detect automake/libtool that are installed with differe... |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Thies C. Arntzen | fixed warning |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Zeev Suraski | Compile fixes for WDDX, XML and Zlib (untested) |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Zeev Suraski | This should make the Sybase CT module compile again... |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Zeev Suraski | This should make the mSQL module compile again (untested) |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Zeev Suraski | Ok guys, the prototype for zend_fetch_resource*() has... |
commit | commitdiff | tree | snapshot |
1999-09-24 |
Zeev Suraski | Exify the standardized resource stuff |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Sascha Schumann | Link with libtsrm.a, if thread-safety is chosen. |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Sascha Schumann | Exit, if subsequent configure scripts fail. |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Sascha Schumann | Try to find ANSI/STDC compatible mode of host compiler |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Andrew Skalski | fixed php3 code problem |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Andi Gutmans | - Fix bug #2364. |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Sascha Schumann | Fix vpath build w/ thread-safe enabled on Unix. |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Andrey Hristov | Small clarification. |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Sascha Schumann | This version is finally the standard one. The last... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Nick Gorham | Added support for Easysoft ODBC-ODBC Bridge |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Andrew Skalski | fixed typo in mcal_list_alarms() |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Sascha Schumann | re2c's bit vectors appear to be not binary clean... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Thies C. Arntzen | tiny optimisation |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Thies C. Arntzen | Ora_Fetch_Into now resets the returned array in all... |
commit | commitdiff | tree | snapshot |
1999-09-23 |
Thies C. Arntzen | fixed NULL column |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Nick Gorham | Added odbc metadata update log |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Nick Gorham | Added support for metadata functions, odbc_tables,... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Andrew Skalski | mcal fix |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Andrew Skalski | added null-checking in make_event_object |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Andrew Skalski | Added optional port argument to ftp_connect() |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Thies C. Arntzen | i always forget something;-) |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Thies C. Arntzen | fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c) |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Thies C. Arntzen | preliminary fix for each until andi & zeev clean up! |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Thies C. Arntzen | resourcified Oracle |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Thies C. Arntzen | if you pass NULL as the resource_type_name to zend_fetc... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Stefan Roehrich | Added new allowable_tags for gzgetss() in ChangeLog... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Stefan Roehrich | Fixed gzgetss() with new _php3_strip_tags, corrected... |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Uwe Steinmann | - fixed misleading explaination of fdftk option |
commit | commitdiff | tree | snapshot |
1999-09-22 |
Andi Gutmans | - Get rid of warning on win32, non-threadsafe mode. |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Andrew Skalski | removed NULL reference |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Andrew Skalski | added missing "addr.sin_family = AF_INET" to socket... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Andrey Hristov | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Andrey Hristov | WDDX can now serialize and deserialize objects. It... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Rasmus Lerdorf | Slightly redundant to check for crypt() here again... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Andi Gutmans | - Fix problem where function parameter fetches were... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Rasmus Lerdorf | fgetss/gzgetss fixes |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Andrey Hristov | A couple of fixes. |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Sascha Schumann | AC_CRYPT_CAP depends on symbol checks performed... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Sascha Schumann | * Do not check explicitly for symbols in the C... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Thies C. Arntzen | added krsort() function |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Sascha Schumann | Continue, if re2c is not available. |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Sascha Schumann | Fix typo. |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Sascha Schumann | Use install-sh (autoconf) script to install php... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Sascha Schumann | On at least Win32, gettimeofday() returns values... |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Zeev Suraski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Zeev Suraski | Add get_func_args() |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Zeev Suraski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Rasmus Lerdorf | woops |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Rasmus Lerdorf | Fix zlib compile problem |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Andi Gutmans | - Move some more language specific functions over to... |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Andi Gutmans | - Move some more Zend internal functions from PHP |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Sascha Schumann | Timestamp commit. I do consider removing the rule... |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Egon Schmid | Here was also something missing. |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Andi Gutmans | - Next part of locking fix. |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Andrew Skalski | added FTP module |
commit | commitdiff | tree | snapshot |
next |